Calendar for WinForms | ComponentOne
C1.Win.Calendar.Exceptions Namespace / UnsupportedValueException<T> Class
Members

In This Topic
    UnsupportedValueException<T> Class
    In This Topic
    Represents errors that arise in consequence of unsupported values.
    Object Model
    UnsupportedValueException<T> Class
    Syntax
    'Declaration
     
    
    Public Class UnsupportedValueException(Of T) 
       Inherits System.Exception
    public class UnsupportedValueException<T> : System.Exception 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.Exception
          C1.Win.Calendar.Exceptions.UnsupportedValueException<T>

    See Also